home *** CD-ROM | disk | FTP | other *** search
/ United Public Domain Gold 2 / United Public Domain Gold 2.iso / utilities / pu743.dms / pu743.adf / T3DLIB_E.LHA / CHANGES < prev    next >
Text File  |  1994-01-20  |  8KB  |  157 lines

  1. CHANGES
  2.  
  3. Changes from T3DLIB41 to T3DLIB42 - 1/20/94
  4. -------------------------------------------
  5. o The 020/FPU version of ReadWrite was trashing objects due to a compiler
  6.   bug.  Therefore, the 020/FPU version is no longer supplied.  :-(
  7. o Rob Hounsell added HING support to staging file I/O.  Thanks, Rob!
  8.  
  9. Changes from T3DLIB40 to T3DLIB41 - 12/12/93
  10. --------------------------------------------
  11. o OOOPS!  My new method of automatically updating the Revision number caused
  12.   Enforcer Hits.  YOUCH!  So I fixed it.  :-)  Fast turnaround, eh?  How
  13.   embarrassing!
  14.  
  15. Changes from T3DLIB39 to T3DLIB40 - 12/11/93
  16. --------------------------------------------
  17. o Recompiled everything under SAS/C 6.50.  What a compiler!  I like it.  :-)
  18. o Bug in MBB fixed - center and size were wrong.
  19. o Bug in write.c fixed - printed wrong revision number.  :-)
  20. o Bug in Staging file support fixed - DECELeration keyword recognized.
  21. o Changed output format of numbers in TTDDD files. Now round to nearest thousandth
  22. o Real3D output not added yet because PC and Amiga Real3D formats are different.
  23. o Added 020_FPU version of executables
  24. o set_texture_path and set_brush_path modified to alter *entire* file pathname
  25.   instead of just the root volume name.
  26.  
  27. Changes from T3DLIB38 to T3DLIB39 - 2/13/93
  28. -------------------------------------------
  29. o Bug in Rayshade, VORT, and POV output... thought objects were lights.  Fixed.
  30. o Added "TexIt" to registered release...  Applies textures to objects.
  31.   No source code will be provided for TexIt, sorry.
  32.  
  33. Changes from T3DLIB37 to T3DLIB38 - 1/31/93
  34. -------------------------------------------
  35. o I added a date to the CHANGES listing.  (So you can now tell what I was doing
  36.   instead of watching SuperBowl '93.  :-)
  37. o I made a change to the method of Shareware release.  See the README.R38 file.
  38. o DOCUMENTATION!!!  Wheee!!!  See the ".doc" files provided with the executables.
  39. o Made the entire suite compile under SAS/C 6.2 without errors or warnings.
  40. o New program: bumpit - uses algorithmic noise (courtesy of Charles Congdon...
  41.   Thanks, Charles!) to procedurally disturb the points on an object.
  42. o New program: spherize - conforms the points of an object to a unit sphere.
  43. o New program: mbb - Calculates and prints the Minimum Bounding Box of an object.
  44. o New program: set_texture_path - changes root path assignment for all textures.
  45. o New program: set_brush_path - changes root path assignment for all brushes and
  46.   stencils (stencils are an old Turbo Silver thingy).
  47.  
  48. Changes from T3DLIB36 to T3DLIB37
  49. ---------------------------------
  50. o Not everybody liked or understood the concept of "filters" so I have,
  51.   where possible, made the conversion programs accept command-line arguments,
  52.   instead of forcing people to use pipes or redirect the stdin and stdout of
  53.   the filter.
  54. o I also made it so that all programs, when given the "-help" flag, print
  55.   usage information.
  56. - Support for LightWave3D object files has been started, but not finished.
  57. o Support for the undocumented "TXT2" chunk has been added.  This is the
  58.   Imagine 2.0 "texture" chunk that includes parameters, texture axis
  59.   information, a boolean for "Apply to Children", and subgroup restrictions.
  60. * Support for Staging files.  F/X aren't supported yet, possibly others.
  61.   Reads/writes text *and* IFF "staging" files, in the same manner as TTDDD/TDDD
  62.   files.
  63.  
  64. Changes from T3DLIB35 to T3DLIB36
  65. ---------------------------------
  66. o Minor update that fixes a T3DLIB bug that was tickled by "igensurf"...
  67.   If the first line had a valid TTDDD command on it, readwrite croaked.
  68.   Two lines fixed it.  Sorry about that.
  69.  
  70. Changes from T3DLIB34 to T3DLIB35
  71. ---------------------------------
  72. o Thanks to Scott Ellis, Amiga executables are provided in the files:
  73.   T3DLIB35_68000exe.lha  (68000, non-FPU version)
  74.   T3DLIB35_68030exe.lha  (68030, FPU version)
  75.   Note that these were compiled with SAS/C, and so they do not have that bogus
  76.   restriction of running only under version 2.04 of the operating system like
  77.   the R33 version of the executables had!
  78.   Yahoo!  Thanks, Scott!
  79. o So as to reduce the amount of confusion, I went ahead and bumped the revision
  80.   number, because the README file changed, as did the Makefile.Amiga.
  81.  
  82. Changes from TTDDDLIB33 to T3DLIB34
  83. -------------------------------------
  84. o Added support for AutoCAD's DXF files (without having AutoCAD).  If someone
  85.   wishes to send me DXF examples that include "Layers" for use in assigning
  86.   different levels in an object's hierarchy, I will attempt to implement that
  87.   too.
  88. o Added support for POV-Ray 1.0.  The input file format is rather restrictive,
  89.   in my humble opinion (specifically regarding describing complex object
  90.   hierarchies and applying textures to unions of shapes), which forced me to
  91.   color ("texture") each triangle individually instead of applying a texture
  92.   to a child object and overriding it on a triangle-basis if need be.
  93.   Drew Wells, leader of the POV-Ray project, says that a future version will
  94.   address my concerns.  Anyway, all this means that the POV files will be
  95.   quite large for a medium- to high-complexity object.
  96. o I added more documentation to the README.R34 file, describing uses of this
  97.   package.  Yes, better and more complete documentation must still be written.
  98. o Essence 1.0 has already shipped.  :-)  (Just thought I would throw this in
  99.   here even though it has nothing to do with T3DLIB.  :-)
  100. o I changed the names of the archives to T3DLIB, which is much easier to say.
  101.   :-)
  102. o I removed the "ext2int" program, which was simply a link to "readwrite"
  103.   anyway.
  104.  
  105. Changes from TTDDDLIB31 to TTDDDLIB33 (ooops, forgot to update this at 32)
  106. -------------------------------------
  107. o First, the "readwrite" filter (aka ext2int) can now output Imagine object
  108.   files directly (in the TDDD format) when given the "-tddd" option (or "-t" for
  109.   short).  Also, for some time now it has already had the ability to read either
  110.   TDDD *or* TTDDD files without you having to specify which is which.
  111.  
  112. o This release supports a number of new Imagine 2.0 TDDD "chunks", including
  113.   the following:
  114.  
  115.         SPC1 - Specular default
  116.         PRP1 - Object properties
  117.         EFLG - Edge flag
  118.         FGRP - Face subgrouping
  119.  
  120. Changes from TTDDDLIB29 to TTDDDLIB31 (yep, no release 30)
  121. -------------------------------------
  122. o Fixed a bug in writetddd that caused incorrect reading of real numbers
  123.   such as "-.5" with no digits before the decimal point.  Thanks, Paul,
  124.   for pointing this out!  Also added exponential notation support in case
  125.   some program decided to generate them.
  126.  
  127. Changes from TTDDDLIB28 to TTDDDLIB29
  128. -------------------------------------
  129. o I have decided to include "writetddd" with the distribution so that it
  130.   will be much more useful to even those people who do not register for
  131.   this shareware (the majority, I'm afraid).  Now you can pipe the output
  132.   of any of the programs that create TTDDD file through "writetddd" and
  133.   get Imagine-compatible objects.
  134.  
  135. Changes from TTDDDLIB27 to TTDDDLIB28
  136. -------------------------------------
  137. o Ooops.  I forgot to include "merge.c" in the archive.
  138.  
  139. Changes from TTDDDLIB26 to TTDDDLIB27
  140. -------------------------------------
  141. o Speed-up and bug fix (which caused it to hang) in "merge.c"
  142.  
  143. Changes from TTDDDLIB25 to TTDDDLIB26
  144. -------------------------------------
  145. o Added "merge_World()" function in "merge.c"
  146.   This routine optimizes points and edges in an object hierarchy
  147.   by removing duplicates.
  148. o Added the "-m" flag to "ext2int" to optionally "merge" the object
  149.   before outputing.
  150.  
  151. Changes from TTDDDLIB24 to TTDDDLIB25
  152. -------------------------------------
  153. o Bug fix in read.c and readtddd.c
  154.   read.c was calling an external "malloc_arrays()" such that its static
  155.   variables "defclst", etc. were not being used.
  156.  
  157.